From 59852d342553743f29e455980f4dee75236e2645 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 8 Apr 2020 00:00:26 +0100 Subject: [PATCH] Add missing transfer annotation --- gtk/gtksnapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 878fe88b4d..a2b193685c 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -1152,7 +1152,7 @@ gtk_snapshot_pop_collect (GtkSnapshot *snapshot) * @snapshot. The only function that should be * called after this is gtk_snapshot_unref(). * - * Returns: the constructed #GskRenderNode + * Returns: (transfer full): the constructed #GskRenderNode */ GskRenderNode * gtk_snapshot_to_node (GtkSnapshot *snapshot) -- 2.30.2